LoadingDialogHandler

interface LoadingDialogHandler

Interface definition for a callback to be invoked before when the loading dialog is called. since 1.2.5

Functions

Link copied to clipboard
abstract fun shouldDismissLoadingDialog()
It will be called when the loading dialog needs dismissing.
Link copied to clipboard
abstract fun shouldShowLoadingDialog(): Boolean
It will be called when the loading dialog needs displaying.

Inheritors

Link copied to clipboard